home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1048.lha / Programs / LSP / LSP.doc < prev    next >
Text File  |  1994-12-05  |  4KB  |  109 lines

  1.                                    .   __ __ 
  2.                                    |  (  |  |
  3.                                    |   \ |--'
  4.                                    |____)|   
  5.           
  6.            .                 __                  __         .       
  7.            |   _  _  _ ._   (   _    ._  _  _   |  |._ .._ -+- _ ._ 
  8.            |  '_|(_`|_)| `   \ / \| || `| `|_)  |--'| `|| | | |_)| `
  9.            |__(_|._)|_,|    __)\_/|_||  |_,|_,  |   |  || | |_|_,|  
  10.                                                      
  11.                                       LSP
  12.                               Laser Source Printer
  13.  
  14.                            a little tool for printing
  15.                      good sources with a PCL-based printer
  16.  
  17.                                        by
  18.                            Paolino "del" Dell'Aquila
  19.  
  20.                                      v.0.1ß
  21.  
  22. IMPORTANT
  23. =========
  24.  
  25. I'm  not  english...   I  don't  speak english...  so this engliss documentation
  26. could   be  full  of  error  or  unreadble  sentence.   Sorry...   but  this  is
  27. Spaghetti-English.
  28.  
  29.  
  30. INTRODUCTION
  31. ============
  32.  
  33. LSP (Laser Source Printer) is write for people, like me, that are usual to print
  34. their  source  code  with  a pcl-based laser printer.  The most useful option is
  35. DOUBLE  in  conjunction  with  FLUSHRIGHT.  DOUBLE print two logical page on one
  36. phisical  page.   The  page are rounded by a box and are titled with the name of
  37. the  file.   FLUSHRIGHT is a new concept in printing source (well...  not so new
  38. ***8-)).   When  a  line  is  longer than a default length (usually 80
  39. char) LSP break the line in more lines but...  they are right alligned
  40. so they don't mess up with your source code indentaton.
  41.  
  42. LSP is really now in a beta state. If you would like to see a really GOOD
  43. version in future please write me or send me a mail.
  44.  
  45. I'm also working on a program for printing ASCII test directly with PCL code: it
  46. would be able to print in very different way:
  47.     4 logical pages on a phisical page
  48.     6 logical pages on a phisical page
  49.     2 booklet format (4 logical pages printing both side of a sheet)
  50.  
  51. Let me know if it would be interesting or not.
  52.  
  53. SYNTAX
  54. ======
  55.  
  56. LSP beta has lot of option... but someone are not yet implemented.
  57. Working option are:
  58.  
  59.     DOUBLE:     Print two logical page on one phisical. It override all the
  60.                 other options about font(LINEPERINCH, COND, ELITE) and orientation
  61.                 (LANDSCAPE).
  62.     TABSIZE:    let you specify how many white spaces there are in one tab
  63.                 (default=4)
  64.     LINELEN:    Length of one line (in number of character, default=80)
  65.     PAGELEN:    Length of one page (in number of line, default=66)
  66.     FLUSHRIGHT: Break a line in more lines if it longer then LINELEN. All added
  67.                 lines are right aligned
  68.     ELITE:      Set Elite font
  69.     COND:       Set condensed font
  70.     LANDSCAPE:  Print in Landscape mode (default is portrait orientation)
  71.     LPI:        Number of line per inches. Suggested value 6 or 8 (default=6)
  72.  
  73. All the other oprion are useless (i'm working on it and on a lot of other
  74. option)
  75.  
  76. Program and distribution notes
  77. ===============================
  78.  
  79.    LSP is (C) 1993,94 Paolo Dell'Aquila and it's freely distributable as long as
  80. all  of  its  files  are  included  in  their  original  form without additions,
  81. deletions,  or  modifications of any kind, and only a nominal fee is charged for
  82. its distribution.
  83.  
  84.    LSP  is  a *PostcardWare* program.  If you like it please send me a postcard.
  85. If the postcard is too much expensive for you (sigh!) please, send me a mail.
  86.  
  87.     This  software  is  provided  "AS  IS"  without warranty of any kind, either
  88. expressed  or  implied.   By  using LSP, you accept either the whole risk or the
  89. quality and performance of the program.
  90.  
  91.  
  92.  For suggestions and ideas CONTACT ME:
  93.  
  94.     Paolo Dell'Aquila
  95.     Via Circondaria Sud, 105
  96.     41013 Castelfranco Emilia (MO)
  97.     ITALY
  98.  
  99.     Fido Address:   2:332/505.10
  100.     E-Mail:         dlle07l1@mo.nettuno.it
  101.  
  102.  
  103. Bye...
  104.     ________________
  105.         __________|_)EL
  106.  
  107.     
  108.  
  109.